home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / CALLHOST.WI$ / CALLHOST.WIZ
Text File  |  1995-08-11  |  6KB  |  99 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Call a Host PC - Modem
  3.  
  4. IF ISWINDOWUP "pcANYWHERE"
  5.     BlackBoard  "This Assistant will walk you through the process of calling a Host PC using a modem."
  6.     Blackboard "During this session, your mouse cursor will be under computer control."
  7. else
  8.     RUN                             "WINAW.EXE"
  9.     BlackBoard                      "Welcome to Norton pcANYWHERE, your complete remote communications solution!"
  10. endif
  11. BlackBoard  "The Assistant will now demonstrate how to make a modem connection to another PC running pcANYWHERE."
  12. CLICKON         0500   ;Let's say you want to call a friends PC.  The Assistant will begin by clicking the Call a Host button.
  13. BlackBoard      "Since there is no entry in the list for your friend's PC, the Assistant will select New to create a new entry."
  14. Controlsoff "Edit Host PC Entry"
  15. CLICKON         1618 ;Press NEXT to continue.
  16. LABEL MPW
  17. IF ISWINDOWUP "Master Password"
  18. Controlsoff "Master Password"
  19.     BlackBoard         "A master password has been set.  It must be entered now in order to view/modify any program settings."
  20.     AcceptInto      1808  ;Please enter the master password now...Press Next to continue.
  21.     ClickOn         0001  ;This brings up the Edit Host PC Entry window.
  22.     IF ISWINDOWUP "Error"
  23.          BlackBoard   "I'm Sorry!  Your entry was incorrect.  Please try again!"
  24.         ClickOn         0002
  25.         Goto            MPW
  26.     endif
  27. Controlsoff "Edit Host PC Entry"
  28. endif
  29. BlackBoard        "This brings us to the point where you can begin entering details about the Host PC you will be calling."
  30. LABEL descrp
  31. AcceptInto  4410  ;Enter a description which will appear in the phone directory and which will clearly identify this Host.
  32. If controlempty 4410
  33.     Blackboard "This description may not be left blank. Press Next to continue."
  34.     goto descrp
  35. Endif
  36. LABEL   DESC
  37. IF ENTRYEXISTS  4410 1624
  38.     BlackBoard  "This entry is already in the list...Please enter a different description."
  39.     AcceptInto      4410            ;Each PC you want to call needs a unique identifier or description.
  40.     Goto DESC
  41. endif
  42. AcceptInto      4430    ;The Host PC may require a password.  If it does, please enter it now.  Note:  passwords can be case-sensitive!
  43. BlackBoard  "For security reasons, the password is not displayed as you enter it.  Please remember it -- you will be asked to verify the password later."
  44. AcceptInto      4440   ;Please enter the phone number you wish to call.
  45. BlackBoard   "You can create numerous hardware configurations.  This makes it easy to switch between different modems or networks with ease."
  46. clickon   4460  ;Here is a list of the hardware configurations already set up.
  47. BlackBoard      "The Assistant will set up a new configuration specifically for your modem."
  48. Controlsoff "Edit Hardware Configuration"
  49. ClickOn         4465   ;The Assistant will click on the NEW button to set this up.
  50. BlackBoard    "Every hardware configuration gets a descriptive name.  This is so you can easily, quickly distinguish them in the list."
  51. ;Setfocus "Edit Hardware Configuration"
  52. ;Controls Off
  53. LABEL descr
  54. AcceptInto      3238                    ;Please enter a description for your hardware configuration now......and press Next to continue...
  55. If controlempty 3238
  56.    Blackboard "This field must not be left blank. Press Next to continue."
  57.    goto descr
  58. Endif
  59. LABEL   DESC2
  60. IF ENTRYEXISTS  3238 4460
  61.     BlackBoard                      "This entry is already in the list...Please enter a different description."
  62.     AcceptInto      3238            ;Each PC you want to call needs a unique identifier or description.
  63.     Goto DESC2
  64. endif
  65. AcceptInto      3220   ;Please select the port to which your modem is connected. Most likely, it is #1 or #2.
  66. Clickon         3226   ;Clicking on the Use Modem button tells pcANYWHERE we are going to make a modem connection.
  67. Clickon         3222   ;Select your modem from the list provided.  If yours is not listed, select the one closest to it or choose Hayes Compatible.
  68. BlackBoard   "Notice that the optimum baud rate is selected automatically.  You can manually adjust this baud rate when tutorial ends."
  69. LABEL HW
  70. ClickOn         0001  ;Choosing OK saves our changes and brings us back to the previous dialog.
  71. IF ISWINDOWUP "Error"
  72.     BlackBoard                      "The description you have provided is already in use.  Each configuration needs a unique description."
  73.     ClickOn         0002
  74.     AcceptInto      3238            ;Please enter a new description.
  75.     Goto            HW
  76. endif
  77. IF CONTROLEMPTY 4430
  78.     ClickOn         0001            ;Choosing OK saves our changes and brings us back to the main screen.
  79. else
  80.     Controlsoff "Confirm Password"
  81.     ClickOn         0001            ;We must verify the password we entered earlier.
  82. ;Setfocus "Confirm Password"
  83. ;Controls Off
  84.     AcceptInto      9402            ;Enter the password here...Press Next to continue.
  85.     LABEL PW
  86.     ClickOn         0001            ;The Assistant will click on OK.
  87.     IF ISWINDOWUP "Warning"
  88.         BlackBoard              "Sorry!  This is not correct. Try one more time.  If you have forgotten the password, stop this script and start again." 
  89.         Controlsoff "Confirm Password"
  90.         ClickOn 0002
  91. ;setfocus "Confirm Password"
  92.         Acceptinto 9402         ;Please enter the password again...
  93.         Goto PW
  94.     endif
  95. endif
  96. BlackBoard "That's all there is to it.  If you would like to place the call now, press the Call button when the lesson is finished." 
  97. Blackboard      "Goodbye..."
  98. EXIT
  99.